The Call action part tells a selected part to carry out an action.
Use the Part chooser to select the part. Then select the action to be carried out. (Note that the Part chooser will only work with a Character part, an Animation part or a Graph part as these are the only parts to have actions.)
When a running flowchart reaches the Call action part, the main routine pauses until the action is complete, then continues. If the action being called is an animation that is set to play continuously (loop), the main routine pauses until the animation has finished its first loop, then continues.